@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0 auto;
	padding: 0!important;
	height: 100%;
	font-family: '微软雅黑';
}

body { font: 14px/24px "Microsoft Yahei", "微软雅黑", "宋体", "serif"; color: #333; margin: 0px; padding: 0px; }
a { color: #323230; text-decoration: none; outline: none; height: 100%; width: 100%; }
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #254a74; text-decoration: none; }
a:active { color: #333; text-decoration: none; }
ul, li, ol, dl, dt, dd, form, h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; list-style: none; display: block;overflow: hidden;}
img { border-style: none; vertical-align: top; }
small { font-size: 12px; }
p{display: block; }
.oz { overflow: auto; height: auto; zoom: 1; }
.con_width {
	width: 1180px;
	margin: 0 auto;
}
.header {
	border-bottom: solid 2px #3d4a74;
	height: 100px;overflow: visible;
}
.header .logo,.header .nav,.header .header_right {
	float: left;display: inline-block;height: 100%;
}
.logo{
	
}
.nav{
	font-size: 16px;font-weight: bold;text-align: center;
}
.nav ul li {
	float:left;display: inline-block;width: 94px;height: 100px;  line-height: 100px; overflow: hidden;
}
.nav ul li a {
	display: block;
}
.nav ul li a:hover {
	background: url(../images/menu_hover.jpg) no-repeat;
	color:#fff;
}
.nav ul li a.active {
	background: url(../images/menu_hover.jpg) no-repeat;
	color:#fff;
}
.header .header_right{
	float: right;text-align: center;width: 110px;padding-top: 35px;
	position: relative;
}
.header_right .tooltip {
	display: none;
	position: absolute;top:55px; left: 0;right: 0;
	z-index: 1000;
}
.header .site {
	background: #424b72;color: #fff;border-radius:6px 6px 0px 0px;line-height: 26px;font-size: 16px;
}
.header_right .tooltip li {
	 line-height: 30px; height: 30px;border: solid 1px #424b72;
	background: #424b72;color: #fff;font-size: 14px;font-weight: bold;
}
.header_right .tooltip li a {
	display: block; width: 100%; height: 100%;color: #fff;
}
.header_right .tooltip li a:hover {
	background: #fff; color: #c00;
}
.footer {
	clear: both;padding:80px 0 5px 0;
	height: 166px;
	background: url(../images/bodybg.jpg) repeat-x;
}
.footer .footer_left,.footer .footer_right{
	display: inline;float:left;
	padding-top: 35px;
}
.footer .footer_left {
	background: url(../images/logo-bottom.png) no-repeat;
	background-position: 103px 50px;
}
.footer h2 {
	line-height: 26px;font-weight: normal; font-size: 16px;
}
.footer .footer_left h2 {
	padding-left:165px;padding-right: 40px;
}
.footer .footer_right{
	
}
.footer .footer_right h2{
	border-left: solid 1px #9f9f9f;padding-left:10px;
}
.footer .right {
	clear: both;
	text-align: right;font-size: 14px;
}

/* 分页组件 */
.pagination-block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.pagination {
    margin: 0;
}
.pagination_info {
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.ny .ny_left .n_con .pagination li {
	padding: 0;float:left; display: inline;
	border-left: 1px dotted #cccccc;border-right: 1px dotted #cccccc;
}
.pagination li a,.pagination li span {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li.disabled span {
    cursor: not-allowed;
}
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > li > a:hover {
    color: #fff;
    background: #ffb600;
    border: 1px solid transparent;
}
.gap-40 {
    clear: both;
    height: 40px;
}
